home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / naive101.zip / READ.ME < prev   
Text File  |  1992-02-07  |  1KB  |  38 lines

  1. 2/7/92
  2.  
  3. We have been asked for some elementary fitting capability to time
  4. series.  CAPPS refers to this routine as naive.  It requires no
  5. parameters, no decisions.  It quickly fits a trend (not linear)
  6. and a seasonality to a set of monthly data.  The seasonality will
  7. be improper if the data is not monthly.  The input to the routine
  8. is from a file called naive.inp.  One data entry per line, no
  9. blanks.  See the example input file naive.inp.
  10.  
  11. All that is required to run is the data file naive.inp and the
  12. executable file naive.exe.  Put the two files is a common
  13. directory, make that directory the current directory and type
  14. naive.exe.
  15.  
  16. What it does
  17.  
  18.    Trend, seasonal, and residual output files.
  19.        No adj for days, 445, 544, or 454 patterns
  20.        No intervention, level shift, variance change
  21.        No adjustment for autocorrelations in residuals
  22.        No differencing or transformations
  23.        No external information or leading indicators
  24.  
  25.    Add trend and seas to get fitted values to data
  26.  
  27.    The residuals are the difference between the actual input
  28.    values and the sum of the trend and seasonality.
  29.  
  30.    This version of the routine does not use a coprocessor
  31.  
  32.    We here at CAPPS use this naive routine to produce a set of
  33.    results for comparison purposes.  We compare the effects of our
  34.    more sophisticated estimation processes to these naive results.
  35.  
  36. Leave messages for us on this board, or call our board at
  37. 708-672-7611.
  38.